There are $(16)$ inequalities hidden in the formula.
The LHS, inside the absolute value signs, may be evaluated as $(a + b),$ or $(a - b)$. The RHS is similar.
So, that is $2^2$ possibilities.
Further, on the LHS, whichever evaluation inside the absolute value signs is selected, this evaluation will either be negative, or non-negative. These cases must be handled separately, because they effect how the absolute value is evaluated. The RHS is again similar.
So, you have a further $2^2$ possibilities.
This implies that there are a total of $2^2 \times 2^2 = 16$ different cases to be considered.
If I was attacking this problem, I would forgo elegance, break the problem into the $16$ cases, and explore each case individually.
I am assuming that it is the problem composer's intent that any $(a,b,c,d)$ that satisfy any one of the $16$ cases should be included in the solution set.