Analog pins can be used as digital pins; just use digitalRead().
And I do not understand the rest of the code; you use a variable usaStatus whose value never changes. If you want to detect a statechange, have a look at the statechange dectection example that comes with the IDE.
And why the single '=' in * if (usaStatus = 0) {* ?