Say there are two standard Gaussian random variables $X$ and $Y$. I am trying to evaluate the probability that the larger of the two is selected, given that it is known whether $X$ is positive or negative (the strategy is selecting $X$ if $X$ is positive and selecting $Y$ if $X$ is negative). In equation form this is $$Pr(X-Y>0|X>0) + Pr(X-Y<0|X<0)$$
How can this expression be evaluated? Numerically it appears to be $\frac{3}{4}$, and intuitively this makes sense.
I am also interested in this probability in the more general case, where the strategy involves selecting $X$ if $X-S>0$ and $Y$ otherwise, where $S$ is another independent Gaussian random variable.