reset_sdp.sh v4.11.3:
Fixed bogus message regarding verify_sdp.sh when '-v'
was not specified.
If the '-v' was specified, the scirpt correctly executed the
'verify_sdp.sh' script with the correct "skip test" list to
avoid errors.
However, if '-v' was not specified, a bogus message was
displayed indicating verify_sdp.sh was not available.
With this change:
* If '-v' is not specified, no output about verify_sdp.sh
is displayed at all (as was the original intent).
* If '-v' is specified and verify_sdp.sh is not avaialble,
the message disaplyed about it not being there is now
an error rahter than an informational message.